home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacWorld 1998 September
/
Macworld (1998-09).dmg
/
Serious Demos
/
DesignWorks 4.0.1 Demo PPC
/
Design Kits
/
PCB Shared Items
/
Error Scripts
/
PCB Power and Ground Review
< prev
Wrap
Text File
|
1996-11-18
|
1KB
|
43 lines
{
Power and ground review script for Generic PCB Design Kit
C. Dewhurst, May 13, 1996
©1996 Capilano Computing Systems Ltd.
This script checks for:
- Devices with power and ground pins
}
$CHECK(This script is intended only for FLAT mode designs) $PURE $PHYSICAL
$PROGRESS $OFF
{
Listing defaults
}
$CREATEREPORT($TEMPPATH$DESIGNNAME Power)
$SIGSOURCE(Ground)
$SIGSOURCE(Plus5V) &Power
$DESIGNSIGSOURCE &SigSources
{
Issue a warning if any devices have no package code
}
$UNSELECTEDPINS $OFF
$FIND $SIGNALS $SIGSOURCE
$SORT $DEVICES $DEVNAME
$COMBDEVSON
$DEVPINFORMAT Pin number $PINNUM is connected to signal $SIGNAME
$MAXITEMSPERLINE(1)
$ITEMSEPARATOR()
$DEVICES\$OBJECT $DEVLOC$NEWLINE\$MESSAGE\Device $DEVNAME on page $PAGE has these power and ground connections:$NEWLINE$PINS
{
Write out $TITLE line for ErrorScript window
}
\$TITLE
Power and ground review! List file is $TEMPPATH$DESIGNNAME Power.
{
Close the report output to the text file.
All subsequent output will go to ErrorScript as the file name.
}
$CLOSEREPORT
{
Return report file name for ErrorScript
}
$TEMPPATH$DESIGNNAME Power